* {
  margin: 0;
  padding: 0;
  color: black;
  box-sizing: border-box;
  font-family: "Montserrat", "Arial", sans-serif;
}
html {
  font-size: 20px;
  color: black;
}
.body {
  position: relative;
}
/*cart */
.cart {
  position: fixed;
  top: 0;
  left: 99.5%;
  background-color: #222;
  width: 0.5%;
  z-index: 5;
  height: 100vh;
  transition: all 0.2s;
  overflow: auto;
  padding: 10px;
}
.cartimg {
  position: fixed;
  top: 50%;
  left: 98%;
  z-index: 5;
  cursor: pointer;
  background-color: #222;
  padding: 15px 16px 10px 6px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: all 0.2s;
}

.cartimg img {
  height: 18px;
  width: 26px;
}
.cartclick {
  left: 50%;
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-image: url("../icon/1x/shopping_cart_black_24dp.svg");
  transition: all 0.4s;
}

.cartimgclick {
  position: fixed;
  top: 50%;
  left: 48.5%;
  z-index: 5;
  transition: all 0.4s;
  padding: 15px 11px 10px 11px;
}

.h2c {
  margin-top: 50px;
  background-color: #222;
}
.cart .item p {
  color: #ddd;
}

.item {
  background-image: linear-gradient(
    to right bottom,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.1)
  );
  height: 120px;
  overflow: visible;
  display: grid;
  grid-template-columns: 25% 50% 25%;
  grid-template-rows: auto auto;
  border: 2px solid rgba(0, 0, 0, 0.486);
  text-align: center;
}

.item div {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.item p {
  position: relative;
  top: 40%;
}
.item div p {
  top: 0%;
  width: 20px;
  margin: 5px;
  text-align: center;
  margin-top: 5px;
}
.item div img {
  margin-top: 5px;
  padding: 0;
  height: 30px;
  cursor: pointer;
}

.item .imgfc {
  position: relative;
  top: 0%;
  left: 0%;
  margin-top: 10px;
  max-width: 150px;
  height: 100px;
  float: left;
  grid-row: 1 / 3;
}
.back {
  position: absolute;
  background-color: rgb(29, 29, 29);
  z-index: 10;
  bottom: 0;
  width: 98%;
  height: 9vh;
}
.butcart {
  padding: 5px;
  text-align: center;
  border: 2px solid white;
  background-color: rgb(223, 223, 223);
  color: black;
  font-weight: 400;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  letter-spacing: 2px;
  font-size: 90%;
  position: absolute;
  width: 45%;
  cursor: pointer;
}
.copu {
  bottom: 10px;
  left: 20px;
}
.place {
  bottom: 10px;
  right: 20px;
}

.butcart:hover {
  border: 2px solid white;
  background-color: transparent;
  color: white;
}
/*navbar*/
li {
  display: inline-block;
  padding: 35px 20px;
}

li a:link,
li a:visited {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  word-spacing: 2px;
  border-bottom: solid transparent;
  transition: border-bottom 0.2s;
}

li a:hover,
li a:active {
  color: #e67e22;
  border-bottom: 2px solid #e67e22;
}
.sticky {
  height: 60px;
  width: 100%;
  background-color: white;
  position: sticky;
  top: 0;
  left: 0;

  box-shadow: 0px 1px 5px #222;
  z-index: 10;
}

.sticky .logo {
  float: left;
  height: 60px;
}
.stickyul {
  float: right;
}
.sticky li {
  padding: 20px 35px;
}

.sticky li a {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 105%;
  letter-spacing: 3px;
  font-weight: 400;
  color: black;
}
/*hover*/

.navlis:hover {
  position: relative;
}

.ul1::after {
  content: " ";
  opacity: 1;
  width: 0px;
  height: 15px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent rgb(80, 80, 80) transparent;
  position: absolute;
  top: -35px;
  left: 10%;

  overflow: visible;
}

.ul1 {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style-type: none;
  width: 200px;
  position: absolute;
  top: 70px;
  line-height: 10px;
  background-color: rgb(80, 80, 80);
  z-index: 1;
  opacity: 0;
  box-shadow: 1px 1px 6px white;
}
.res-ul {
  width: 280px;
}

.feed-ul {
  width: 300px;
}

.home-ul {
  width: 250px;
}
.navlis .ul1 li {
  display: block;
  color: black;
  padding: 10px;
  text-transform: uppercase;
  font-size: 70%;
}

.ul1 li a:link,
.ul1 li a:visited {
  color: white;
  border: none;
  font-weight: 500;
}

.ul1 li a:hover,
.ul1 li a:active {
  color: #e67e22;
}
.navlis:hover .ul1 {
  display: block;
  opacity: 1;
  height: auto;
}
/*
.ul2 {
  border: 1px solid rgb(80, 80, 80);
  box-shadow: 2px 2px 5px black;
  background-color: rgb(80, 80, 80);
  position: absolute;
  top: 57px;
}
.ul2 li a:link,
.ul2 li a:visited {
  color: white;
  padding-top: 10px;
}
.ul2 li a:hover,
.ul2 li a:active {
  color: #da731a;
}

.ul2::after {
  content: " ";
  opacity: 1;
  width: 0px;
  height: 15px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent rgb(80, 80, 80) transparent;
  position: absolute;
  top: -35px;
  left: 10%;
  overflow: visible;
}


*/
/*breakfast*/

h2 {
  letter-spacing: 2px;
  background-color: #444;
  font-size: 120%;
  font-weight: 300;
  padding: 20px 10px;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

h2:after {
  display: block;
  margin: auto;
  width: 100px;
  text-align: center;
  background-color: rgb(230, 126, 34);
  content: " ";
  border: 1px solid #e67e22;
  margin-top: 10px;
}

.dis {
  font-family: "Montserrat", "Arial", sans-serif;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  margin-bottom: 50px;
}
.brk {
  max-height: 580px;
  height: 560px;
  border: 1px solid rgb(245, 245, 245);
  padding: 90px 2% 10px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  overflow: hidden;
}
.thali .brk {
  max-height: 600px;
}
.smalldis .brk {
  max-height: 480px;
}
.smallerdis .brk {
  max-height: 520px;
}

.brk img {
  width: 85%;
  height: 200px;
  max-height: 200px;
  min-height: 150px;
  position: relative;
  margin-left: 7.5%;
  transform: scale(1);
  transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  z-index: -1;
}

.brk h3,
.brk h4,
.brk p {
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 20px;
  word-spacing: 5px;
  z-index: -1;
}

.brk p {
  font-size: 80%;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgb(114, 113, 113);
  cursor: default;
}

.btn {
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 20px;
  word-spacing: 5px;
  opacity: 1;
  cursor: pointer;
}

.brk .btn,
.btn {
  position: relative;
  left: 45%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  font-size: 100%;
  color: white;
  background-color: white;
  border: none;
  outline: none;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  padding: 10px 40px;
  letter-spacing: 0px;
  box-shadow: none;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

/*hover*/

.brk:hover .btn {
  color: white;
  background-color: hsl(28, 80%, 52%);
  box-shadow: 2px 2px 5px rgb(32, 32, 32);
}

.brk:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  margin-bottom: 20px;
}

.brk:hover {
  padding-top: 30px;
  padding-bottom: 30px;
  border: 3px solid rgb(231, 178, 132);
  padding-bottom: 80px;
  background-image: none;
}
.btn1,
.btn2 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 40%;
  font-size: 110%;
  color: white;
  background-color: white;
  border: none;
  outline: none;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  padding: 15px 40px;
  letter-spacing: 1px;
  box-shadow: none;
  cursor: pointer;
}
.btn1 {
  background-color: hsl(28, 80%, 52%);
  box-shadow: 2px 2px 5px rgb(32, 32, 32);
  margin-top: 40px;
  grid-column: 1 /3;
}

.btn2 {
  border: 2px solid hsl(28, 80%, 52%);
  color: hsl(28, 80%, 52%);
  box-shadow: 2px 2px 5px rgb(32, 32, 32);
  margin-top: 40px;
  grid-column: 3/5;
  background-color: white;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}

.btn2:hover {
  background-color: #e67e22;
  color: white;
}
